Skip to content

feat(ticketing): add incremental exports for tickets/users/orgs/events#106

Merged
lmeilibr merged 1 commit into
mainfrom
feature/incremental-exports
Apr 22, 2026
Merged

feat(ticketing): add incremental exports for tickets/users/orgs/events#106
lmeilibr merged 1 commit into
mainfrom
feature/incremental-exports

Conversation

@lmeilibr
Copy link
Copy Markdown
Contributor

Summary

  • Adds IncrementalExportApiClient + IncrementalExportsService.
  • Covers time-based exports for tickets, ticket_events, users, organizations (follows next_page).
  • Covers cursor-based exports for tickets and users (follows after_url + end_of_stream).
  • Covers the shared sample endpoint for any supported resource.
  • Wires incremental_exports onto the Ticketing facade.

Test plan

  • Unit tests: 32 passing, 100% coverage on api-client and service.
  • Full unit suite still green (2440 tests).
  • Integration tests against a live Zendesk tenant exercise all six iterator methods plus sample.

🤖 Generated with Claude Code

Adds IncrementalExportApiClient and IncrementalExportsService covering
time-based incremental endpoints for tickets, ticket_events, users,
organizations, plus cursor-based exports for tickets and users, and the
shared sample endpoint. Wires into Ticketing facade as
`incremental_exports`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@lmeilibr lmeilibr merged commit aeb8f48 into main Apr 22, 2026
3 checks passed
@lmeilibr lmeilibr deleted the feature/incremental-exports branch April 22, 2026 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant